projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce94b03
)
Actually use a higher priority than resize
author
Matthias Clasen
<matthiasc@src.gnome.org>
Tue, 15 Aug 2006 18:25:35 +0000
(18:25 +0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Tue, 15 Aug 2006 18:25:35 +0000
(18:25 +0000)
gtk/gtkicontheme.c
patch
|
blob
|
history
diff --git
a/gtk/gtkicontheme.c
b/gtk/gtkicontheme.c
index 8eb75cf8e452928384e1556226bfd0f488592874..92270bc459dfb13ad9eb8995174c250a73d80d95 100644
(file)
--- a/
gtk/gtkicontheme.c
+++ b/
gtk/gtkicontheme.c
@@
-619,7
+619,7
@@
do_theme_change (GtkIconTheme *icon_theme)
if (!priv->reset_styles_idle)
priv->reset_styles_idle =
- g_idle_add_full (GTK_PRIORITY_RESIZE
+
2,
+ g_idle_add_full (GTK_PRIORITY_RESIZE
-
2,
reset_styles_idle, icon_theme, NULL);
}